Click or drag to resize

BodyPart Class

Class BodyPart.
Inheritance Hierarchy
SystemObject
  Independentsoft.Email.MimeBodyPart

Namespace:  Independentsoft.Email.Mime
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class BodyPart

The BodyPart type exposes the following members.

Constructors
  NameDescription
Public methodBodyPart
Initializes a new instance of the BodyPart class.
Public methodBodyPart(Attachment)
Initializes a new instance of the BodyPart class.
Top
Properties
  NameDescription
Public propertyBody
Gets or sets the body.
Public propertyBodyParts
Gets the body parts.
Public propertyContentDescription
Gets or sets the content description.
Public propertyContentDisposition
Gets or sets the content disposition.
Public propertyContentID
Gets or sets the content identifier.
Public propertyContentLocation
Gets or sets the content location.
Public propertyContentTransferEncoding
Gets or sets the content transfer encoding.
Public propertyContentType
Gets or sets the type of the content.
Public propertyEmbeddedMessage
Gets or sets the embedded message.
Public propertyHeaderCharSet
Gets or sets the header character set.
Public propertyHeaderEncoding
Gets or sets the header encoding.
Public propertyHeaders
Gets the headers.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetBytes
Gets the bytes.
Public methodGetHashCode (Inherited from Object.)
Public methodGetStream
Gets the stream.
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSave(Stream)
Saves the specified stream.
Public methodSave(String)
Saves the specified file path.
Public methodSave(String, Boolean)
Saves the specified file path.
Public methodToString
Returns a String that represents this instance.
(Overrides ObjectToString.)
Top
See Also